<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鍒濆鍖�111*/html,body {
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

#pageloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2000;
     
}


#pageloader::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;

 background: url(/img/load_bg_top.jpg) bottom center;
	z-index: -1;
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s;
	transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s
}
#pageloader::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;

 background: url(/img/load_bg_bottom.jpg) top center;
	z-index: -1;
	-webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s;
	transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s
}

#pageloader::before {
	top: 0
}

#pageloader::after {
	bottom: 0
}

#pageloader .loader-icon {
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
       color:#fff;
}

#pageloader.hiden::after,#pageloader.hiden::before {
	height: 0
}

#pageloader.hiden .loader-icon {
	opacity: 0
}

.loader-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
      color:#fff;
}

.loader-icon .circular {
	width: 100%;
	height: 100%;
  color:#fff;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center
}

.loader-icon .circular .path {
   color:#fff;
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px
	}

	100% {
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px
	}
}
</pre></body></html>